home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / filemode_p.h < prev    next >
C/C++ Source or Header  |  1993-10-06  |  198b  |  8 lines

  1. #ifndef __FILEMODE_P_H__
  2. #define __FILEMODE_P_H__
  3.  
  4. extern _VOID_ filemodestring _P_((struct stat *statp, char *str));
  5. extern _VOID_ mode_string _P_((unsigned short mode, char *str));
  6.  
  7. #endif
  8.